home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 176-200 / disk_197 / stevie / tags < prev    next >
Text File  |  1992-05-06  |  7KB  |  157 lines

  1. ISSPECIAL    edit.c    /^#define    ISSPECIAL(c)    ((c) == BS || (c) == NL || (c/
  2. alloc    alloc.c    /^alloc(size)$/
  3. badcmd    cmdline.c    /^badcmd()$/
  4. beginline    edit.c    /^beginline(flag)$/
  5. canincrease    alloc.c    /^canincrease(n)$/
  6. dec    dec.c    /^dec(lp)$/
  7. doecmd    cmdline.c    /^doecmd(arg, force)$/
  8. doshell    cmdline.c    /^doshell()$/
  9. dotag    cmdline.c    /^dotag(tag, force)$/
  10. edit    edit.c    /^edit()$/
  11. emsg    cmdline.c    /^emsg(s)$/
  12. filealloc    alloc.c    /^filealloc()$/
  13. freeall    alloc.c    /^freeall()$/
  14. get_line    cmdline.c    /^get_line(cp)$/
  15. get_range    cmdline.c    /^get_range(cp)$/
  16. getout    edit.c    /^getout(r)$/
  17. gotocmdline    cmdline.c    /^gotocmdline(clr, firstc)$/
  18. insertchar    edit.c    /^insertchar(c)$/
  19. msg    cmdline.c    /^msg(s)$/
  20. newline    alloc.c    /^newline(nchars)$/
  21. onedown    edit.c    /^onedown(n)$/
  22. oneleft    edit.c    /^oneleft()$/
  23. oneright    edit.c    /^oneright()$/
  24. oneup    edit.c    /^oneup(n)$/
  25. readcmdline    cmdline.c    /^readcmdline(firstc, cmdline)$/
  26. screenalloc    alloc.c    /^screenalloc()$/
  27. scrolldown    edit.c    /^scrolldown(nlines)$/
  28. scrollup    edit.c    /^scrollup(nlines)$/
  29. smsg    cmdline.c    /^smsg(s, a1, a2, a3, a4, a5, a6, a7, a8, a9)$/
  30. strsave    alloc.c    /^strsave(string)$/
  31. wait_return    cmdline.c    /^wait_return()$/
  32. Mmain    main.c    /^main(argc, argv)$/
  33. clrall    mark.c    /^clrall()$/
  34. clrmark    mark.c    /^clrmark(line)$/
  35. coladvance    linefunc.c    /^coladvance(p, col)$/
  36. filemess    fileio.c    /^filemess(s)$/
  37. getmark    mark.c    /^getmark(c)$/
  38. help    help.c    /^help()$/
  39. inc    inc.c    /^inc(lp)$/
  40. longline    help.c    /^longline(p)$/
  41. nextline    linefunc.c    /^nextline(curr)$/
  42. prevline    linefunc.c    /^prevline(curr)$/
  43. readfile    fileio.c    /^readfile(fname, fromp, nochangename)$/
  44. renum    fileio.c    /^renum()$/
  45. setmark    mark.c    /^setmark(c)$/
  46. setpcmark    mark.c    /^setpcmark()$/
  47. stuffReadbuff    main.c    /^stuffReadbuff(s)$/
  48. stuffnumReadbuff    main.c    /^stuffnumReadbuff(n)$/
  49. usage    main.c    /^usage()$/
  50. vgetc    main.c    /^vgetc()$/
  51. vpeekc    main.c    /^vpeekc()$/
  52. writeit    fileio.c    /^writeit(fname, start, end)$/
  53. AppendNumberToRedobuff    normal.c    /^AppendNumberToRedobuff(n)$/
  54. AppendNumberToUndoUndobuff    normal.c    /^AppendNumberToUndoUndobuff(n)$/
  55. AppendNumberToUndobuff    normal.c    /^AppendNumberToUndobuff(n)$/
  56. AppendPositionToUndoUndobuff    normal.c    /^AppendPositionToUndoUndobuff(column, row)$/
  57. AppendPositionToUndobuff    normal.c    /^AppendPositionToUndobuff(column, row)$/
  58. AppendToInsbuff    normal.c    /^AppendToInsbuff(s)$/
  59. AppendToRedobuff    normal.c    /^AppendToRedobuff(s)$/
  60. AppendToUndoUndobuff    normal.c    /^AppendToUndoUndobuff(s)$/
  61. AppendToUndobuff    normal.c    /^AppendToUndobuff(s)$/
  62. DEFAULT1    normal.c    /^#define    DEFAULT1(x)    (((x) == 0) ? 1 : (x))$/
  63. IDCHAR    normal.c    /^#define    IDCHAR(c)    (isalpha(c) || isdigit(c) || (c)/
  64. OpenBackward    misccmds.c    /^OpenBackward(can_ai)$/
  65. OpenForward    misccmds.c    /^OpenForward(can_ai)$/
  66. ResetBuffers    normal.c    /^ResetBuffers()$/
  67. cntllines    misccmds.c    /^cntllines(pbegin, pend)$/
  68. cooked    raw.c    /^cooked(fp)$/
  69. cursupdate    screen.c    /^cursupdate()$/
  70. delchar    misccmds.c    /^delchar(fixpos, undo)$/
  71. delline    misccmds.c    /^delline(nlines, can_update)$/
  72. dochange    normal.c    /^dochange()$/
  73. dodelete    normal.c    /^dodelete(redraw, setup_for_undo, try_to_yank)$/
  74. dojoin    normal.c    /^dojoin(leading_space, strip_leading_spaces)$/
  75. doput    normal.c    /^doput(dir)$/
  76. doset    param.c    /^doset(arg, inter)$/
  77. doshift    normal.c    /^doshift(op)$/
  78. doyank    normal.c    /^doyank()$/
  79. fileinfo    misccmds.c    /^fileinfo()$/
  80. gotoline    misccmds.c    /^gotoline(n)$/
  81. inschar    misccmds.c    /^inschar(c)$/
  82. insstr    misccmds.c    /^insstr(s)$/
  83. linewhite    normal.c    /^linewhite(p)$/
  84. normal    normal.c    /^normal(c)$/
  85. plines    misccmds.c    /^plines(p)$/
  86. prt_line    screen.c    /^prt_line(s)$/
  87. raw    raw.c    /^raw(fp)$/
  88. redrawline    screen.c    /^redrawline()$/
  89. s_del    screen.c    /^s_del(row, nlines)$/
  90. s_ins    screen.c    /^s_ins(row, nlines)$/
  91. screenclear    screen.c    /^screenclear()$/
  92. showparms    param.c    /^showparms(all)$/
  93. startinsert    normal.c    /^startinsert(startln)$/
  94. tabinout    normal.c    /^tabinout(shift_type, num)$/
  95. updateline    screen.c    /^updateline()$/
  96. C0    search.c    /^#define    C0(c)    (((c) == ' ') || ((c) == '\\t') || ((/
  97. C1    search.c    /^#define    C1(c)    (isalpha(c) || isdigit(c) || ((c) ==/
  98. OTHERDIR    search.c    /^#define    OTHERDIR(x)    (((x) == FORWARD) ? BACKWARD :/
  99. SendPacket    sendpacket.c    /^SendPacket(pid, action, args, nargs)$/
  100. bck_word    search.c    /^bck_word(p, type)$/
  101. bcksearch    search.c    /^bcksearch(str)$/
  102. cls    search.c    /^cls(c)$/
  103. crepsearch    search.c    /^crepsearch(flag)$/
  104. doglob    search.c    /^doglob(lp, up, cmd)$/
  105. dosearch    search.c    /^dosearch(dir, str)$/
  106. dosub    search.c    /^dosub(lp, up, cmd)$/
  107. end_word    search.c    /^end_word(p, type)$/
  108. findfunc    search.c    /^findfunc(dir)$/
  109. fwd_word    search.c    /^fwd_word(p, type)$/
  110. fwdsearch    search.c    /^fwdsearch(str)$/
  111. mapstring    search.c    /^mapstring(s)$/
  112. regerror    search.c    /^regerror(s)$/
  113. repsearch    search.c    /^repsearch(flag)$/
  114. searchagain    search.c    /^searchagain(dir)$/
  115. searchc    search.c    /^searchc(c, dir, type)$/
  116. showmatch    search.c    /^showmatch()$/
  117. ssearch    search.c    /^ssearch(dir, str)$/
  118. updateNextscreen    updateNs.c    /^updateNextscreen(type)$/
  119. CTRL    ascii.h    /^#define    CTRL(x)    ((x) & 0x1f)$/
  120. updateRealscreen    updateRs.c    /^updateRealscreen()$/
  121. LINE    stevie.h    122
  122. LINEOF    stevie.h    /^#define    LINEOF(x)    ((x)->linep->num)$/
  123. LPTR    stevie.h    123
  124. P    param.h    /^#define    P(n)    (params[n].value)$/
  125. RowNumber    macros.h    /^#define RowNumber(p) (UndoInProgress ? 0 : cntllin/
  126. anyinput    macros.h    /^#define anyinput() (Readbuffptr != NULL)$/
  127. bool_t    stevie.h    53
  128. buf1line    macros.h    /^#define buf1line() (Filemem->linep->next == Fileen/
  129. bufempty    macros.h    /^#define bufempty() (buf1line() && Filemem->linep->/
  130. endofline    macros.h    /^#define endofline(p) \\$/
  131. equal    macros.h    /^#define equal(a, b) (((a)->linep == (b)->linep) &&/
  132. gchar    macros.h    /^#define gchar(lp) ((lp)->linep->s[(lp)->index])$/
  133. gt    macros.h    /^#define gt(a, b) ((LINEOF(a) != LINEOF(b)) \\$/
  134. gtoreq    macros.h    /^#define gtoreq(a, b) ((LINEOF(a) != LINEOF(b)) \\$/
  135. lineempty    macros.h    /^#define lineempty(p) ((p)->linep->s[0] == NUL)$/
  136. lt    macros.h    /^#define lt(a, b) ((LINEOF(a) != LINEOF(b)) \\$/
  137. ltoreq    macros.h    /^#define ltoreq(a, b) ((LINEOF(a) != LINEOF(b)) \\$/
  138. mkline    mk.c    /^mkline(n)$/
  139. mkstr    mk.c    /^mkstr(c)$/
  140. pchar    macros.h    /^#define pchar(lp, c) ((lp)->linep->s[(lp)->index] /
  141. pswap    macros.h    /^#define pswap(a, b) { LPTR pswaptmp; pswaptmp = a;/
  142. startofline    macros.h    /^#define startofline(p) ((p)->index == 0)$/
  143. GetCharacter    amiga.c    /^GetCharacter()$/
  144. beep    amiga.c    /^beep()$/
  145. delay    amiga.c    /^delay()$/
  146. flushbuf    amiga.c    /^flushbuf()$/
  147. fopenb    amiga.c    /^fopenb(fname, mode)$/
  148. getCSIsequence    amiga.c    /^getCSIsequence()$/
  149. inchar    amiga.c    /^inchar()$/
  150. outchar    amiga.c    /^outchar(c)$/
  151. outone    amiga.c    /^#define    outone(c)    outbuf[bpos++] = c; if (bpos >= /
  152. outstr    amiga.c    /^outstr(s)$/
  153. sleep    amiga.c    /^sleep(n)$/
  154. windexit    amiga.c    /^windexit(r)$/
  155. windgoto    amiga.c    /^windgoto(r, c)$/
  156. windinit    amiga.c    /^windinit()$/
  157.